Can one suppress the conversation propagation with an `<h:link>`?
Posted
by Brian Leathem
on Stack Overflow
See other posts from Stack Overflow
or by Brian Leathem
Published on 2010-04-21T20:15:18Z
Indexed on
2010/04/22
10:13 UTC
Read the original article
Hit count: 289
I'm using the new JSF2 <h:link>
tag, with a nested <f:param>
to link to a page using a get request. However, the conversation id (cid) is propagated via the query parambeters of the link to the new page.
Can one suppress the conversation propagation with an <h:link>
? ie. no cid=# in the url...?
© Stack Overflow or respective owner